home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SMOOTH11.ARJ / README < prev    next >
Text File  |  1991-06-09  |  1KB  |  27 lines

  1. SMOOTH reads pairs of numbers (x- and y-values) from the standard input
  2. (or the given file), fits a smooth curve to the points, and writes to
  3. the standard output points from the smooth curve.  By default, the
  4. curve is calculated using the "lowness" procedure developed by W.  S. 
  5. Cleveland (see below).  This technique achieves robustness by
  6. decreasing weights on data points which are far from the fitted line. 
  7. An alternate procedure called "split linear smoothing" due to Art Owen
  8. is also provided (with the -s switch).  This technique smooths the data
  9. while preserving sharp discontinuities in slope or value.
  10.  
  11. The files in the archive are:    
  12.  
  13. SMOOTH   DOC     5167  11-02-87  documentation
  14. SMOOTH   EXE    27849   8-26-90  executable program
  15. SMOOTH   C      20433   8-26-90  source
  16. SOLVE    C       7549   3-30-88   code
  17. MAKEFILE          448   8-26-90  compilation instructions for Turbo C
  18. ROUGH             737   8-26-90  sample input file
  19. SP               1110   8-26-90  sample input file
  20. README            999   8-26-90  this file
  21.  
  22.  
  23. The executable file SMOOTH.EXE can be compressed by PKLITE or LZEXE. 
  24. They have not been so compressed so they can be conveniently checked
  25. for viruses.  
  26.  
  27.